home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / boot / mkick19.lha / AddModule.doc < prev    next >
Text File  |  1995-01-01  |  1KB  |  49 lines

  1.  
  2.                           Resident Module Launcher 1.2
  3.  
  4.                  (c) 1994 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    AddModule is able to install resident modules to KickTag and KickMem lists,
  13. which makes them reset-proof. It requires Kickstart 2.04 or higher and the
  14. ss.library version 5.0 (can be easily found on the AmiNet in archive
  15. SSLib50.lha).
  16.  
  17.    See README for copyright and other information.
  18.  
  19.    There also exists a complete distribution of AddModule (at least inside
  20. NewAlertHook archive), which contains also full source code of the utility.
  21.  
  22.  
  23. Usage
  24. =====
  25.  
  26. Syntax: AddModule <ModuleName> [CLASS <class>] [PRI <pri>] [INIT]
  27.  
  28. ModuleName - name of resident module you want to install
  29.      class - module class 0-127 (see exec/resident.i). The seventh bit cannot
  30.              be overriden
  31.        pri - module priority -128-127
  32.  
  33.    You may also try to install usual libraries and devices as resident modules.
  34. In this case, specify CLASS 4 and PRI -128. If some library uses some other,
  35. try to arrange the priorities in the appropriate order. The ss.library can be
  36. installed in this way.
  37.  
  38.    If the module is already present in the same or higher version and with the
  39. same or higher priority, it's not installed again.
  40.  
  41.    AddModule is pure and can be made resident.
  42.  
  43.  
  44. Notes
  45. =====
  46.  
  47.    Send comments, suggestions and bug reports to mj@k332.feld.cvut.cz
  48.  
  49.